From cdd68056bc84bfcb5e69e0e0b74747e33d00ae59 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 10 Apr 2004 06:21:15 +0000 Subject: [PATCH] Removed bogus initPage from Cologne Blue so the parent class's version can run instead. --- includes/SkinCologneBlue.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/includes/SkinCologneBlue.php b/includes/SkinCologneBlue.php index 44a2d9ed95..88944bed3a 100644 --- a/includes/SkinCologneBlue.php +++ b/includes/SkinCologneBlue.php @@ -3,11 +3,6 @@ class SkinCologneBlue extends Skin { - function initPage() - { - global $wgOut, $wgStyleSheetPath; - } - function getStylesheet() { return "cologneblue.css"; -- 2.20.1